From: Gerd Moellmann Date: Mon, 7 May 2001 10:06:15 +0000 (+0000) Subject: (rmail-sort-by-labels): Renamed from X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40447 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e4253a1b5c7ef46b689ee40c59f08b2d38f8488d;p=emacs.git (rmail-sort-by-labels): Renamed from rmail-sort-by-keywords. --- diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index 316e833a76d..48113907802 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el @@ -1,6 +1,6 @@ ;;; rmailsort.el --- Rmail: sort messages. -;; Copyright (C) 1990, 1993, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1993, 1994, 2001 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA ;; Maintainer: FSF @@ -121,7 +121,7 @@ If prefix argument REVERSE is non-nil, sort them in reverse order." (rmail-msgend msg)))))) ;;;###autoload -(defun rmail-sort-by-keywords (reverse labels) +(defun rmail-sort-by-labels (reverse labels) "Sort messages of current Rmail file by labels. If prefix argument REVERSE is non-nil, sort them in reverse order. KEYWORDS is a comma-separated list of labels."